home *** CD-ROM | disk | FTP | other *** search
- MASS 1.1
- (c) 1995 Rudla Kudla
-
- What is it for
-
- MASS is small (400 bytes) Amiga Dos command, that can be used to
- create directories and to assign them. It is designed especially to be used
- in startup-sequence. It supports all types of assign (NORMAL, PATH, DEFER,
- ADD). You can replace all ASSIGN and MAKEDIR commands in startup-sequence
- and speed it up slightly that way.
-
- Usage
-
- If you want to create directory, usage is same as with MAKEDIR
- command. Simply pass name of directory (optionally with it's path) which you
- want to create. If you pass more than one directory name, all those
- directories willbe created. Only difference (and excelent one, I think) is,
- that you can create nested directories. So if you want to create
- ram:printer/epson and printer does not exist, it will be created too.
- To make an assign, pass first name of assign followed by ":" and
- then directory to be assigned. If directory does not exist, it will be
- created. Again, you can create more assigns. If you want to make assigns of
- different type, use one of those switches: PATH, ADD, DEFER. They has
- exactly same meaning as in standard ASSIGN command. The difference is, that
- it affects all assignes created after this switch occured. So if you use for
- example
-
- MASS EPSON: ram:prt/epson PATH CANON: SYS:prt/canon CITIZEN: SYS:prt/citizen
-
- then EPSON is normal assign and CANON and CITIZEN are both path assigns.
-
- Autor
-
- This program is freeware. Use it on your own risc. If you like it, let me know.
- Bug reports and suggestions write to:
-
- e-mail: kudlar@risc.upol.cz
- mail: Rudolf Kudla
- Zerotinova 28/584
- Valasske Mezirici
- 75701
- Czech republic
- Tel/Fax: +42-651-21854
-
- You can also visit my WorldWideWeb page to see, if there is some newer
- version of this product:
-
- www: http://phoenix.upol.cz/~kudlar/
-